github.com/klauspost/compress/zstd.decodeAsmContext.litRemain (field)
6 uses
github.com/klauspost/compress/zstd (current package)
seqdec_amd64.go#L185: litRemain int
seqdec_amd64.go#L247: litRemain: len(s.literals),
seqdec_amd64.go#L283: return fmt.Errorf("unexpected literal count, want %d bytes, but only %d is available", ll, ctx.litRemain+ll)
seqdec_amd64.go#L291: if ctx.litRemain < 0 {
seqdec_amd64.go#L293: len(s.literals), len(s.literals)-ctx.litRemain)
seqdec_amd64.go#L296: s.seqSize += ctx.litRemain
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |